home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / assemblyinfo.vb2 < prev    next >
Encoding:
Text File  |  2004-05-26  |  1.0 KB  |  33 lines

  1. Imports System
  2. Imports System.Reflection
  3. Imports System.Runtime.InteropServices
  4.  
  5. ' General Information about an assembly is controlled through the following 
  6. ' set of attributes. Change these attribute values to modify the information
  7. ' associated with an assembly.
  8.  
  9. ' Review the values of the assembly attributes
  10.  
  11. <Assembly: AssemblyTitle("")> 
  12. <Assembly: AssemblyDescription("")> 
  13. <Assembly: AssemblyCompany("")> 
  14. <Assembly: AssemblyProduct("")> 
  15. <Assembly: AssemblyCopyright("")> 
  16. <Assembly: AssemblyTrademark("")> 
  17. <Assembly: CLSCompliant(True)> 
  18.  
  19. 'The following GUID is for the ID of the typelib if this project is exposed to COM
  20. <Assembly: Guid("A631516D-F75A-4E4A-8D88-6C78CF1B5BF8")> 
  21.  
  22. ' Version information for an assembly consists of the following four values:
  23. '
  24. '      Major Version
  25. '      Minor Version 
  26. '      Build Number
  27. '      Revision
  28. '
  29. ' You can specify all the values or you can default the Build and Revision Numbers 
  30. ' by using the '*' as shown below:
  31.  
  32. <Assembly: AssemblyVersion("1.0.*")> 
  33.